https://github.com/damir-sijakovic/ds_chat
Webchat (ui only) written in javascript (no libs)
https://github.com/damir-sijakovic/ds_chat
ajax chat frontend javascript js json nolibs purejs webchat
Last synced: about 2 months ago
JSON representation
Webchat (ui only) written in javascript (no libs)
- Host: GitHub
- URL: https://github.com/damir-sijakovic/ds_chat
- Owner: damir-sijakovic
- License: bsd-2-clause
- Created: 2019-07-29T15:23:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T15:29:25.000Z (almost 7 years ago)
- Last Synced: 2025-03-25T06:26:42.932Z (about 1 year ago)
- Topics: ajax, chat, frontend, javascript, js, json, nolibs, purejs, webchat
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# DS_Chat
#### Version 0.50
Frontend of chat app written in javascript using my own libs. Initially
I was trying to find a model in which code would be separated and
organised logically so that it can be extendable in future. So after five
rewrites I've ended up with what I want. Whole thing is written c-ish
(in the same way that I write c code) so that it can be readable by non-js programmers.
## Libs
* ds_utilities - collection of functions
* ds_prefs - pair with localStorage load/save options
## Future plans
Write server (PHP part) of code.
## Project files
* main.js - script that gets called from <body onLoad="main()">
* ui.js - functions controlling interface (html dom)
* resolve.js - resolves events and chat commands
* prefs.js - project preferences
* strings.js - project strings
* demo.js - demo functions
### Copyright and license
Damir Šijaković (c) 2019, BSD Licence