Javascript聊天客户端 [英] Javascript Chat Client

查看:109
本文介绍了Javascript聊天客户端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。由于我很确定这个问题已经发布,我有一个更好的限制概念。


是否完全可以从html和JS创建聊天客户端(加上CSS用于样式格式化和基本设置)?我使用HTML创建的框架看起来相当平淡,并没有真正具有我想要的风格。这就是为什么JS和CSS发挥作用...


我没有任何服务器应用程序或软件可供我使用,坦率地说因为我没有服务器的访问权限或者能够在我正在使用的工作站上安装任何东西。这就是限制所在......我确实可以访问我家中所需的一切,但我需要直接上传我在工作站上工作的所有内容。有限公司至少是轻描淡写。


我还没有开始这么多,因为我只是在寻找关于推荐什么样的风格的建议,以及哪些功能更常用于普通大众。任何有关此事项的教程的建议或链接都​​将非常感激。我一直在看一些教程,我发现了一些可以解决我正在尝试做的事情,但它是在PHP和MySQL中(网络上不允许的两件事)呃......我是坚持使用记事本和Microsoft Office。


无论如何,感谢花时间阅读本文,即使我没有得到任何回复。

Hello All. As I am pretty sure this question has ALREADY been posted, I have a, well, more restricted concept.

Is it at all possible to create a chat client strictly from html and JS (plus CSS for style formatting and basic setup)? The frames I have created using HTML look rather bland and dont really have the style I want. Which is why JS and CSS come into play...

I do not have any server apllications or software for that matter available to me, frankly because I dont have access rights to the server or to be able to install anything on the workstation I am currently using. This is where the restriction lies... I do have access, however, to everything I need on my homestation but I need to directly upload everything I work on at my workstation. Limited is an understatement at the least.

I haven''t started so much, as I''m just looking for suggestions on what kind of style is recommended, and what features are more commonly used for the general public. Any suggestions or links to tutorials on this matter would be GREATLY appreciated. I have been looking at some tutorials and I found something that will work at what I''m trying to do, but it''s in PHP and MySQL (two things not allowed on the network) Ugh... I''m stuck with Notepad and Microsoft Office.

Anyways, thanks for taking the time to read this, even if I dont get any replies.

推荐答案

我担心JavaScript在这里没有帮助。你需要服务器端代码。
I''m afraid JavaScript won''t help here. You need server-side code.


因为我从未见过javascript在端口上监听(充当服务器)我担心如果没有服务器端语言就不能这样做以及javascript


客户端 - >服务器 - >客户


如果javascript可以充当服务器那么它就是


客户端 - >客户端


client =这个场景中的javascript
Since I''ve never seen javascript listen on ports (act as a server) I''m afraid you cannot do this without a server side language as well as the javascript

client -> server -> client

if javascript could act as a server it would just be

client -> client


client = javascript in this scenario


对于什么用作服务器端语言,你有一个很好的建议吗?可能是AJAX还是类似的东西?
Do you have a good suggestion on what to use as server-side languages? Possibly AJAX or something like that?


这篇关于Javascript聊天客户端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆