Giter VIP home page Giter VIP logo

jquery-chat's People

Contributors

lovelle avatar razvantudorache avatar thelusitanianking avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery-chat's Issues

Golang Server Support

Hi , I am using your chat and it awesome chat, but is there a server using golang?

socket is undefined on https domain

Hello,

Its working on local server like xampp but I am facing some errors on my live domain and Can you please tell me if I have https domain then what changes I have to do in scripts as I am facing some errrors on like socket is undefined.

Thanks

Archivo server.js

Saludos.

Quisiera saber como ejecutar este archivo sin la necesidad del comando node.

Chat is not connected for many system

Hi Everyone,
I have utilized this Chat Master into my application.I am facing issue while opening my landing page into many systems.This chat is disconnected for many systems and only for few systems only connected.Pls help me to get solution for that.

Port Issue

Hi

In config.js i have server: '115.119.117.86',port: '3005',
but no matter whatever the port number i give it takes only 3000 and when i run the server, i get this
node server.js
info - socket.io started
jqchat listening on ::3000

And in server.js, if i give
var port = 3005; rather then var port = process.env.PORT || 3000; it works fine
info - socket.io started
jqchat listening on ::3005

I think in server.js, these snippets are not working as expected
var port = process.env.PORT || 3000;
server = require('http').createServer(),
var addr = server.address();

Avatar Problem

When we start the conversion the first avatar picture wont be visible. Here is the screen shot.
issue

How can I activate a function where you can navigate between tabs?

Ok, my question is: how can I activate a function where you can navigate between tabs in order to keep the same user and email, in this moment if you open a new tab you automatically create a new instance of the chat; I edited your code to load the user and email of the person logged inside in my application successfully but when I tried to open a new tab I don't know how can I preserve the same information.

I know we need to change something in these lines but what? haha.
Thanks so much for your answer and for your plugin, excellent work!

r.sismember(users_key, recv.user, function(err, reply) {
if (reply) {
socket.emit('custom_error', { message: 'The user '+ recv.user +' is already logged' });
return;
}
});

// The user is already logged
if (users[recv.user]) {
socket.emit('custom_error', { message: 'The user '+ recv.user +' is already logged' });
return;
}

Custom Message

Hi

I want to know the purpose of custom message. Like how and where we are using that. Cant able to figure out the usage of that custom message.

Theme not loading...

Hello.
I have a question. Maybe I did something wrong but i downloded the project and installed and this is how it looks like... somehow the theme is not loading or idk. What to do ?

image

Page refresh

My question is: What do I need to change, or do in order not to disconnect and re connect to the chat every single time when a different page is loaded on the website. For example if I am using the chat while I am on the "Dashboard" and i want to go to another page, the chat is disconnecting and re conecting when the new page is loaded. I would like to avoid this, only Is this possible somehow?
Thank you for the answer.

aaa

fffffffffffffffffffff

Setup issues

Question 1: In installation instructions step2-Configuration, what needs to be added in index.html? I am not sure in what form the server info needs to be added in this step:
"And the same for line 11 in index.html
$ editor index.html"

Question 2: I skipped above step and tried to bring up jqchat using python server as explained in the instructions. But the chat window always shows “Disconnected”. What could I be missing? Can you please give pointers on where should I look at to fix this?

Group messages

I just started, to make a new feauture. Group messages. You can create new Groups, and add people on it, and this group is live till somebody is online. If everybody gets off, the group will be deleted automatically. What do you think ?:D

Where is the chatting

I followed your instructions step by step from the README, and the end result is that I get a webpage displayed that says "My website :-)" but there is no chat box or anything. What am I missing?

graph issue in chat box

The inconsistency is produced when a users conversation is a little long and some users is disconnected, the label of disconnect is not shown well.

socket.io version is too lower

The current version is 1.3.6 socket.io, and the system applied is 0.9, we try to service/client connection appears in the time {"code": 0, "message": "Transport unknown"} error. Access to information on the Internet later said that the reason soekct.io version too lower, and whether you can be about the updated version of the system?

Disconnect User

How to disconnect an user that has login and close the window?

Message archive?

Hello,

Is there anyway of keeping the message archive or message log somewhere? To create something like offline message where people can re-read later

.net intergration

Can this be easy added to a .net page and how is the friend list and communication handled between user. Ie how do i send the firend list form sql server to ur script just a webservice?. What json is expected.

Node versin, socket.io version

I have problem with node server. I have latest stable version of node, and "socket.io": "^2.0.3". And I got error
{
"code": 0,
"message": "Transport unknown"
}

New feature, rooms spaces for let the users join them.

Hi

I have one server and in that server there are multiple projects. Is there is anyway to use the chat application without colliding different users of different projects. And all should be done only in one server start or from one IP:Port.

help theme not loading

pls i am new to git hub and i downloaded your jquery chat but the theme is not coming up its just plain i dont know if it has something to do with the ui

Integrate in data base

Hello I am interested to integrate such a chat, a website, and use the database, the site, to keep the user and data authentication. Is it possible to do that? How?

Rework of chat box style

It would be good to have a more fancy and modern chat box window.
screen on how's it looks in the day of today:

luke-box

TODO things that new style should have:

Features:

  • Textarea with some text like "Write here to send message..."
  • Show user email at some top bar on chat box.
  • Gravatar support - Fancy avatar emoticons, to see who you talking with.
  • Number of new messages received displayed on top bar
  • Better format of message date
  • Date displayed on each message must be performed by server date
  • Display user messages in some kind of bubble
  • Fancy scrollbar

Issues

  • Visual issue, when box increase his height must be done by upside, no downside.
  • inconsistency allowing multiple themes in chat box (visual issue)
  • correct handling in errors like "user allready logged"
  • Bug in firefox with textarea chat box

Any ideas are very welcome 👍

graphic issue on chrome

some little unalignments in the status select and the search input inside the contact list with chrome version 41.0.2272.118 (64-bit) on Mac OS X, see attachment.

schermata 2015-04-14 alle 16 47 20

About backend API

Hi!
First of all, great job!

There is a way to use the backend os this chat with other frontend ?
Like an angularjs app, or even a desktop app ?

In my case i wish to use the server part for many app modules, desktop, web apps and mobile apps..

Thanks!

Documentation Required

Could be it possible to provide any documentation from where i can understand the architecture ??

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.