Questions tagged [letschat]

Let's Chat is a persistent messaging application that runs on Node.js and MongoDB. It's designed to be easily deployable and fits well with small, intimate teams. It is open source. This tag can be used for any issue of it in either development or using.

Let's Chat is a persistent messaging application that runs on Node.js and MongoDB. It's designed to be easily deployable and fits well with small, intimate teams. It is open source. It is a self-hosted chat app for small teams built by Security Compass.

Features and Stuff

  • BYOS (bring your own server)
  • Persistent messages
  • Multiple rooms
  • Private and password-protected rooms
  • New message alerts / notifications
  • Mentions (hey @you/@all)
  • Image embeds / Giphy search
  • Code pasting
  • File uploads (Local / Amazon S3 / Azure)
  • Transcripts / chat history
  • XMPP Multi-user chat (MUC)
  • 1-to-1 chat between XMPP users
  • Local / Kerberos / LDAP authentication
  • Hubot Adapter
  • REST-like API
  • Basic i18n support
  • MIT Licensed

Reference

The original source of the information is here, the source of the Let's Chat project in Github.

3 questions
0
votes
1 answer

nodemon not working, Usage: nodemon [nodemon options] [script.js] [args] See "nodemon --help" for more

{ "name": "nodeserver", "version": "1.0.0", "description": "This is a node Server for LetsChat Application", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "neetu", …
0
votes
1 answer

What`s the template engine using in the Lets-Chat?

I want to build a chat project base on lets-chat project https://github.com/sdelements/lets-chat. However I can't find out what`s the template engine it uses.
solon
  • 1
  • 3
0
votes
1 answer

Bad Request when sending POST /messages to Let's Chat API

I am trying to create a bash/curl script that sends a message to a Let's Chat server. The API works fine for reading messages: $ curl --user `cat token.txt`:abc \ …
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373