Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onfranciis/chatvoid-server
A chatroom web socket server built for NodeJS with TypeScript.
https://github.com/onfranciis/chatvoid-server
chat chatroom chatroom-server learn nodejs typescript websocket websocket-server
Last synced: 17 days ago
JSON representation
A chatroom web socket server built for NodeJS with TypeScript.
- Host: GitHub
- URL: https://github.com/onfranciis/chatvoid-server
- Owner: onfranciis
- License: gpl-3.0
- Created: 2023-07-07T02:07:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-30T14:11:51.000Z (over 1 year ago)
- Last Synced: 2023-09-30T15:26:04.479Z (over 1 year ago)
- Topics: chat, chatroom, chatroom-server, learn, nodejs, typescript, websocket, websocket-server
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatvoid Server
No socket.io
---
This repository contains the source code for a chatroom web socket built in TypeScript for a NodeJs server without socket\.io. A client can be found on https://github.com/onfranciis/chatvoid. Feel free to glance through this project and suggest changes via issues. Learn how this works [here](./LEARN.md)
You can get my client at https://github.com/onfranciis/chatvoid
Kindly give this repo a star :star:
For enquiries, support or more, contact [[email protected]](mailto:[email protected])
## Tools
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![Nodemon](https://img.shields.io/badge/NODEMON-%23323330.svg?style=for-the-badge&logo=nodemon&logoColor=%BBDEAD)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![VS Code Insiders](https://img.shields.io/badge/VS%20Code%20Insiders-35b393.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)