Giter Club home page Giter Club logo

alien's Introduction

Alien Chat Server

A basic chat server.

See video YouTube

Usage

Prerequisites

  • A MongoDB database named chat with collections: accounts, messages.

  • Rust & Cargo.

  • An environment variable for the JWT secret key: JWT_SECRET_PRIMARY. This can contain any string you want, however it is recommended to be a 64 character cryptographically generated string. For security purposes, you should regenerate this string before each cargo run. Please note: This is not meant to be a secure chat platform LOL! It's a PoC / hobby project!

macOS & Linux (Bash)

If on Mac or Linux, first rename config.sh.template to config.sh with mv config.sh.template config.sh.

Edit config.sh, filling in the details for your MongoDB cluster.

Permit the current user to execute config.sh with chmod +x config.sh.

Devl: source config.sh; cargo run

Prod: source config.sh; cargo run --release

Windows (PowerShell)

If on Windows, first rename config.ps1.template to config.ps1 with Rename-Item "config.ps1.template config.ps1".

Edit config.ps1, filling in the details for your MongoDB cluster.

Devl: .\config.ps1; cargo run

Prod: .\config.ps1; cargo run --release

alien's People

Contributors

tyqualters avatar

Stargazers

Mike Teddy Omondi avatar Emil avatar Global Young avatar Marcelo Fabiano avatar Marcello Fabrizio avatar Dandy Zicky Divaldy avatar Omar Muhammad avatar CodingWithJamal avatar

Watchers

 avatar

Forkers

mickybaby

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.