All Projects → ArtitalkJS → Artitalk

ArtitalkJS / Artitalk

Licence: mit
通过leancloud实现的可实时发布说说的js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Artitalk

Showmethecode
Stars: ✭ 80 (-57.67%)
Mutual labels:  talk
Swift Sdk
LeanCloud Swift SDK
Stars: ✭ 110 (-41.8%)
Mutual labels:  leancloud
Sctalk
基于spring cloud + Netty实现的聊天,兼容蘑菇街TeamTalk客户端,配合hazelcast提供消息服务器集群功能,同时支持socket和websocket.
Stars: ✭ 153 (-19.05%)
Mutual labels:  talk
Vue Zhihu Daily
zhihu daily spa with vue 线上演示在这里 ---->
Stars: ✭ 1,283 (+578.84%)
Mutual labels:  leancloud
Python Sdk
LeanCloud Python SDK
Stars: ✭ 99 (-47.62%)
Mutual labels:  leancloud
Talk Example
This project is demo for Laravel-Talk package and its also Docker ready
Stars: ✭ 117 (-38.1%)
Mutual labels:  talk
Lean Cli
LeanEngine Command Line Tool
Stars: ✭ 70 (-62.96%)
Mutual labels:  leancloud
Objc Sdk
LeanCloud Objective-C SDK
Stars: ✭ 186 (-1.59%)
Mutual labels:  leancloud
Talk
Talk is a Laravel 5 based realtime users messaging and chatting system
Stars: ✭ 1,366 (+622.75%)
Mutual labels:  talk
So How Does Babel Even Work
🤔 "So how does Babel even work?" React Rally 2017
Stars: ✭ 135 (-28.57%)
Mutual labels:  talk
Vkbot
Простой разговорный бот на PHP
Stars: ✭ 88 (-53.44%)
Mutual labels:  talk
Chinese Copywriting Guidelines
Chinese copywriting guidelines for better written communication/中文文案排版指北
Stars: ✭ 10,648 (+5533.86%)
Mutual labels:  leancloud
Node Js Getting Started
LeanEngine Node.js getting started.
Stars: ✭ 123 (-34.92%)
Mutual labels:  leancloud
Debugging
Talk about general debugging strategies. How to be less confused and frustrated.
Stars: ✭ 86 (-54.5%)
Mutual labels:  talk
Vim As An Ide
Workshop on how to use Vim Plugins.
Stars: ✭ 1,915 (+913.23%)
Mutual labels:  talk
Reactive Conf Talk 2017
Byte Arena: Digital Playground for Intelligent Agents (star the repo to vote for us)
Stars: ✭ 73 (-61.38%)
Mutual labels:  talk
Weex Android Joke
A joke android app,powered by alibaba's weex.
Stars: ✭ 112 (-40.74%)
Mutual labels:  leancloud
Weapp Mark
🔥 豆瓣类影视查询记录小程序,附学习笔记
Stars: ✭ 187 (-1.06%)
Mutual labels:  leancloud
Code Smells And Feels
Talk on code smells and feels and how to change that via refactoring
Stars: ✭ 178 (-5.82%)
Mutual labels:  talk
Chat Ui Kit React
Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
Stars: ✭ 131 (-30.69%)
Mutual labels:  talk

Artitalk.js

详细使用教程请移步 文档

👀 特性

  • 实时发布,点击删除
  • 支持 Markdown/HTML 语法
  • 方便引用

📃 目录树

src
├─ artitalk.js
├─ css
│    └─ main.css                # Artitalk 的 CSS
├─ html
│    ├─ lazy.html               # 加载动画的 HTML 片段
│    └─ main.html               # Artitalk 的主要 HTML 片段
├─ main.js                      # Artitalk 的主要 js 部分
└─ plugins                      # 第三方 js
       ├─ av-min.js             # LeanCloud 提供的 SDK
       ├─ browser.js            # 返回用户操作系统
       ├─ md5.js                # md5转码
       └─ showdown.min.js       # Markdown 转换

🎨 资源说明

✨ 参与贡献

  1. Fork 本项目
  2. 在 dev 分支下修改想修改的部分
  3. 向 dev 分支发起 PR
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].