Webmessenger, IM, Chat Clients - Jabber based? (like Facebook) [closed] - facebook

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
does anyone know a AJAX based chat client that connects to a Jabber server, and does the same things as Facebook or Netlog chatbar, plus Multi User Chat (MUC).
I love the UI of cometchat.com/demo (left side of the chatbar is for MUC, right side Web-IM for my friends)
The only client I found until now is http://www.ijab.im/ - which is very new and doesn't speak MUC yet.
If anybody knows other libraries - thanks for sharing!

I recommend using strophejs and the book Professional XMPP with jquery and Javascript by Jack Moffitt.
strophejs is pretty much low level but very powerful, and the book code samples take you everywhere you want to go.
And, complementing Christopher's comment, speeqe.com is written in part by Moffitt and using strophejs !

You could take a look at speeqe.com — "a web based, group chat client that works with the XMPP/MUC protocol."
It's open source too..

Related

Free SMS messages sent to mobile phones outside [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Does anybody know some kind of service which can send or/and recieve text messages using REST API? The implementation I am trying to built must use a code snippet that makes the sent request to the server in order to send the message to a phone number.
Some examples:
www.twilio.com
There are plenty of them if you made a search, and most are free for certain number of pushes per month/days/hours/minutes/seconds and if you want increase that number you may pay some fee. All these services they usually are using api along with web interface and it is easy to work with!
Some examples:
http://www.freesmsgateway.com/

How to implement graph database with a Parse backend? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need to have a graph database which contains connected friendlist of facebook users which use my android app. Not necessarily a graph, any ways to maintain a connected friend list and relations among them are welcome.
A person does a facebook login to my android app which has a Parse based mobile backend. This backend will be communicating to a graph database of facebook friendlists, to create and retrive nodes/relations. I spent hours with graphenedb/neo4j/heroku and couldn't lift off. Need a pointer to a quick way or a totally different approach. The volume will be less as it is just a POC now. Moreover, the database must be deploy friendly to quickly test the POC.
Go with http://www.graphenedb.com/, it's a Neo4j instance running in the cloud. For more detailed answer your question should be more detailed.
The original comment is accurate - there's many factors involved. See:
http://en.wikipedia.org/wiki/Graph_database
for a reasonable listing of software, including a simple feature grid. The term 'easily implementable' is such an arbitrary measurement, there really isn't a good way to help.

Suggestions needed on tools and technologies to use for building a Facebook-like website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
With so many tools and technologies lying around, I am looking for suggestions around the best ones (UI/server-side frameworks/database/CMS) to use for building a web(site/app) similar to Facebook itself.
Details of the website cannot be revealed due to privacy concerns. But largely, the experience and interactions would be similar to what Facebook has (such as continuous feeds, groups, upload data/files, comments, etc.), just that it would be in a different domain.
Information (or links) on what technologies/frameworks are such sites/portals using will also be of great help!
Elgg is a great start. they have numerous plugins (some that even make it look very similar to facebook). I've seen some prototypes that where built in a few days that have tons of functionality
The simple answer is PHP. But people likely imagine a LAMP stack.
Facebook has reengineered the front side and back side of PHP, as I understand it. They use the HipHop compiler to cut the cost of execution of PHP. And I don't know the details, but they have some kind of backside distributed database they use instead of PHP/LAMP traditional use of MySQL.
(See http://www.facebook.com/note.php?note_id=24413138919 for a description of one of the mechanisms they use, Cassandra).
If you don't care about scale, you can skip these two steps and save a lot of engineering.

Know any great online services to receive inbound email? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Our web app will receive a very high amount of inbound email. Amazon SES does not handle inbound email at this time, but I know that Cloudmailin and Sendgrid do. Cloudmailin is in beta and its custom domain feature is currently experimental, but perhaps it will be safe enough soon enough! Do you know of any other great online mail services with this feature that I'm overlooking?
Hey, we (CloudMailin) actually lifted the experimental status of custom domains and attachments today as the features have been pretty stable for several months now and we did an upgrade to begin to get things ready for the paid plans. If you have any specific questions feel free to contact us directly.
check out https://postmarkapp.com/inbound [I am not affiliated to them in any way]. Have used their services for one of my projects and they are really good.

XMPP web client [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any XMPP web client except SparkWeb and JWChat?
I'd recommend, you can use strophejs.
The examples of the Professional XMPP development with jQuery are very interesting.
Especially the chapter 6 application, which is a ... chat client.
There is also Jappix, which is a fresh new social-oriented XMPP web-client. You can test it here: http://www.jappix.com/ and get it on the project website (it's open source!).
Check out Candy - a pure JavaScript client for XMPP.
JAXL IM is something you might want to try out... provides a convenient admin panel for configuration of chat widget, enable/disable addons and plugins for the chat widget and view chat archives...
It build using JAXL open source library written in PHP....
There is a GWT based client called ijab. http://code.google.com/p/ijab/
Did you look here ?
http://xmpp.org/xmpp-software/clients/