mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 06:58:02 -05:00
Basic CRUD application with Socket.IO
Please read the related guide.
This repository contains several implementations of the server:
| Directory | Language | Database | Cluster? |
|---|---|---|---|
server/ |
TypeScript | in-memory | No |
server-postgres-cluster/ |
JavaScript | Postgres, with the Postgres adapter | Yes, with the @socket.io/sticky module) |
Running the frontend
cd angular-client
npm install
npm start
Running the server
cd server
npm install
npm start