Skip to content

Backend part of Portal Editor based on Express.

Notifications You must be signed in to change notification settings

HeyIris/Portal-Backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portal-Backend

Backend part of Portal Editor.

Development mode

It is recommended to run backend part on remote server. Please contact Donggu to get server info.

If you want to test it locally:

  1. Please install git and just clone this backend:

    git clone https://github.com/Portal-Editor/Portal-Backend.git
    cd Portal-Backend
  2. Ensure you've installed node, and your node version is over v6.4.0.

  3. Run

    npm install

    Then

    npm start
  4. After this the websocket server will run on port 9090. You can test it via atom or websocketest, etc.

About

Backend part of Portal Editor based on Express.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Other 1.4%