Skip to content

eduardomcb/simple-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Para documentação em português, consulte o README em Português.

WebSocket Server in Node.js

This is a Node.js WebSocket server project that provides real-time communication support for the Kotlin multi-platform chat application. The server uses the ws package to establish a WebSocket connection.

Features

  • Real-time communication using the WebSocket protocol.
  • Integration with the Kotlin multi-platform chat application.
  • Easy configuration and customization to suit your project's needs.

How to Use

Prerequisites

  • Make sure you have Node.js installed on your system.

Configuration

  1. Clone the repository:

    git clone https://github.com/eduardomcb/simple-chat-server.git
    cd simple-chat-server
  2. Install the dependencies:

    npm install
  3. Start the WebSocket server:

    npm start

The WebSocket server will be up and running, ready to handle requests from the Kotlin chat application.

Integration with the Chat Application

Ensure you configure the Kotlin chat application to connect to this server. You can find the source code and integration information in the README of the Kotlin chat project.

Contributions

If you wish to contribute to this project, feel free to create pull requests or report issues in the Issues section.

License

This project is licensed under the MIT license - see the LICENSE file for details.