Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 333 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 333 Bytes

chat

Einfacher Chat basierend auf Node.js und Express.js

Benutzung

npm install   # installiert benötigte Pakete
npm start     # startet Server
npm run dev   # startet Entwicklungsserver

Debugging

  1. install ndb (npm install -g ndb)
  2. run ndb npm run dev