Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 625 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 625 Bytes

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.