Skip to content

VikomiC/ubnt-chat-server

Repository files navigation

Simple chat server built with socket.io in Typescript.

This repository contains server side code using TypeScript language

Running Server locally

To run server locally, just install dependencies and run gulp task to create a build:

$ npm install
$ gulp build
$ npm start

The socket.io server will be running on port 4000

Development

For development could be used this command:

$ npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published