Serveless chat? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Serveless chat?

Can i make a chat without server, with help only ajax or websockets? It would be chat without safeing masseges.

29th Jul 2019, 8:56 PM
C O F F E E ✨
C O F F E E ✨ - avatar
6 Answers
+ 1
I would have to do some research to give more specifics. I am not very familiar with ajax, but do know enough about websockets to know it is possible. My initial approach would be to make a c# web service and host it locally in iis. This would act as the communication layer for the chat page. The problem comes in when people outside try to access your ip, for this you might have to set router settings to forward outside traffic to the port running the chat page.
3rd Aug 2019, 11:50 PM
The Darkness
The Darkness - avatar
+ 4
The Darkness ок, thank you for answer😀
4th Aug 2019, 12:29 AM
C O F F E E ✨
C O F F E E ✨ - avatar
2nd Aug 2019, 9:49 PM
C O F F E E ✨
C O F F E E ✨ - avatar
+ 2
The Darkness And how can I make that?
2nd Aug 2019, 11:23 PM
C O F F E E ✨
C O F F E E ✨ - avatar
+ 2
Upon further investigation it appears that hosting a page is easier than I expected. I would add a warning though. If you intend to host a page like this, make sure that the computer you are using does not have any personal information or important information that you do not want to lose. Even though people have to know the address to your page, your computer can still be found by the right hacker. Pages https://www.quora.com/How-can-I-build-a-website-and-customize-it-on-the-Dark-Web https://medium.com/@jasonrigden/how-to-host-a-site-on-the-dark-web-38edf00996bf https://digital.com/blog/deep-dark-web/ Videos WINDOWS https://www.youtube.com/watch?v=bx21cn65NPs LINUX https://www.youtube.com/watch?v=w3-2haLxDuc
4th Aug 2019, 7:08 AM
The Darkness
The Darkness - avatar
+ 1
Technically yes... only problem is that then your computer acts as a server and to access the site from outside of your network people would have to know your global ip address. This is the basis for many deepweb websites.
2nd Aug 2019, 11:18 PM
The Darkness
The Darkness - avatar