Skip to content

A project that exposes a code mirror UI and the GCC compiler with custom autocomplete features

Notifications You must be signed in to change notification settings

rmattam/cloudIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudIDE

This project is a node.js hosted web app exposing a Codemirror UI. The project was a means of exploring how to setup a node.js app using express.js for easy templated routing.

As an experiment, the project implements a custom autocomplete feature based on the TRIE data structure and explores sharing code with other users connected to the same server.

For enabling users to share code with other users we tweaked code mirror UI to look out for custom syntax tags that marked a code section in the code mirror editor box as shareable.

About

A project that exposes a code mirror UI and the GCC compiler with custom autocomplete features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published