Commit Graph

228 Commits

Author SHA1 Message Date
novlean
16a7ba6bf0
Added 4 new sections
Why Mongoose
Used to implement
Case Studies
Testimonials
2021-03-25 17:50:56 +00:00
novlean
a9bb8fa9fc
Update README.md 2021-03-19 14:02:23 +00:00
novlean
006a9d914c
added video call offer 2021-03-19 14:01:30 +00:00
novlean
cf3aafc32e
added . 2021-03-11 10:16:17 +00:00
cpq
c2d7ff8179 Update readme 2021-03-10 13:44:32 +00:00
cpq
e5eaa1c633 Update readme 2021-03-10 13:42:46 +00:00
cpq
a2f027e798 Change mws binary link 2021-02-07 14:51:37 +00:00
novlean
dad5c8fe87
Update README.md 2021-02-05 16:56:06 +00:00
novlean
98783a41ba
Update README.md 2021-02-05 16:55:26 +00:00
cpq
1517d2985a Update README 2021-02-04 10:40:33 +00:00
cpq
7e855f5c8f Add oss-fuzz badge 2021-01-05 18:10:01 +00:00
cpq
2f9d2bbdf6 Update readme 2020-12-29 18:15:06 +00:00
cpq
21a1b2c15c Update readme 2020-12-29 17:59:05 +00:00
cpq
4919f792f2 Make build badge a link 2020-12-18 11:32:59 +00:00
cpq
d5927f5d50 Remove travis - migrated to Github Actions 2020-12-18 11:31:31 +00:00
cpq
e68330e045 Rename workflow 2020-12-18 11:26:17 +00:00
cpq
b5d5b3763f Add workflow badge 2020-12-18 11:24:36 +00:00
cpq
14ccd78782 Update README 2020-12-10 14:21:38 +00:00
cpq
05a43c563c Update READMEs 2020-12-08 16:53:35 +00:00
cpq
082a498afd Fix badges 2020-12-07 08:08:21 +00:00
cpq
47b6060910 Add docs 2020-12-06 21:12:05 +00:00
cpq
6691a2fdad Add badges 2020-12-05 11:46:12 +00:00
cpq
746f56f42a README update 2020-12-05 11:41:23 +00:00
novlean
c3bb5bd89e
added MWS white paper
Download “9 Things NOT to do when embedding a web server” white paper.
2020-06-24 17:08:35 +01:00
Sergey Lyubka
96e762d4a1 Change contributions section
PUBLISHED_FROM=676548efdb09989c300693a81dd592fe1cd987b0
2020-02-14 08:30:54 +00:00
novlean
747e393a54 updated link to forum
PUBLISHED_FROM=784159d816e78f18fbfa6826f18bdea7d88dccbb
2019-04-29 12:40:14 +00:00
Sergey Lyubka
7014258c8d Remove copyright notices - that explained in the CLA.
CL: none

PUBLISHED_FROM=9cb4b915906d471ef5de4e0825567d0b942d3f7b
2018-04-17 11:45:31 +00:00
Dmitry Frank
4cf9f99ae9 Fix docs link
PUBLISHED_FROM=2b18b68e500a3d6123e80bd4db19e3b3b9900012
2018-01-30 09:50:44 +00:00
Sergey Lyubka
a0ece4e969 Fix links for MWS readme
PUBLISHED_FROM=c6c31d47eedcfe09b675e3f56d967da5b22809f6
2017-07-17 12:18:57 +00:00
Dmitry Frank
b1a46da309 Implement Array.prototype.length
We don't have a real Array.prototype of course, just `[1,2,3].length`
behaves like we do.

PUBLISHED_FROM=456379377652cb60fc6f9521d8d358480237c58a
2017-02-17 14:51:48 +00:00
Alexander Alashkin
d39969d1e6 Restore links to mongoose/examples
PUBLISHED_FROM=67dc5d1ed30dc2500032be73dcdb214bd62c59d0
2017-02-06 14:09:01 +00:00
Sergey Lyubka
e81f8373a2 Update mongoose docs
PUBLISHED_FROM=cfd0018a5824c5ccac532558be86c17cda64ce50
2017-02-02 14:24:49 +00:00
Deomid Ryabkov
fa39d2f2fa Remove a dead submodule entry
PUBLISHED_FROM=0b6e19e41c12675a487cb61c4f6e0aaba0be0758
2016-12-23 15:37:41 +00:00
Deomid Ryabkov
3829873552 Support MIOT app builds for ESP32
PUBLISHED_FROM=44bcbb87c326a4e05e96dc0b094fd9dd1a9d4276
2016-12-21 21:47:06 +00:00
Deomid Ryabkov
7782500dbb Commonize bitbang I2C master and use it in ESP32
Until issues with hardware I2C are resolved

PUBLISHED_FROM=78bced9f18b5bfbf547de06f813bf98c82eea6ea
2016-12-20 16:05:58 +00:00
novlean
86ec6bb2f8 updated for mOS 2016-12-20 14:59:08 +00:00
Sergey Lyubka
98ab0950c9 Restore Mongoose README changes
PUBLISHED_FROM=6f3ba456089f4812ac7e5e1d7456f7f36a7157bc
2016-10-19 14:38:07 +00:00
Sergey Lyubka
f328907da4 Return "status": XX for all RESTful calls
PUBLISHED_FROM=92e6e136946fd1f376e6ecbeea30f106caccaae5
2016-10-18 11:51:36 +00:00
novlean
1cea7ba487 Update README.md 2016-10-18 11:40:10 +01:00
novlean
6848452149 Update README.md 2016-10-18 11:38:36 +01:00
novlean
f9a1d47f13 Update README.md
Updated with changes.
2016-10-18 11:36:25 +01:00
Deomid Ryabkov
d63fb70c69 Publish the amalgamation tools
PUBLISHED_FROM=27ed0bd32e33252495b92361d2943a3450448f62
2016-09-27 15:36:56 +00:00
Dmitry Frank
d9c612ef2b Fix miot serial communication on Windows
PUBLISHED_FROM=426ff040865ea9626ba62bcbca3aa84fb40fd3ea
2016-09-26 20:21:42 +00:00
Sergey Lyubka
3b3ca1c1b3 Update README.md 2016-09-26 15:46:44 +01:00
Sergey Lyubka
b7a0748312 Ditch JSON-RPC from mongoose
PUBLISHED_FROM=89b978c02be2f10eb930ff13673d45249fd67763
2016-07-01 11:35:18 +00:00
Sergey Lyubka
a478dc5935 Remove old mongoose logo
PUBLISHED_FROM=2dd69a5db6ca56215726b563e1551c683f21a768
2016-06-28 16:05:04 +00:00
Sergey Lyubka
1718490982 Simplify Contributions section in readmes
PUBLISHED_FROM=3a14579dabba4088e54350945dc17fd6ebb0d700
2016-06-10 12:34:41 +00:00
Deomid Ryabkov
dff844b40a Fix Mongoose forum link
It used to link to the SJS forum category, but should point to Mongoose
category instead.

PUBLISHED_FROM=288e1bf1969c46619360dcd8dfd039cdcbc7a59c
2016-04-26 13:30:09 +01:00
Deomid Ryabkov
54403dfcbc cesanta/iot -> cesanta/mongoose-iot
PUBLISHED_FROM=d73a6fff78a063ffe5aaafe841e89e87e37f85d7
2016-04-26 13:30:05 +01:00
Marko Mikulicic
51328efb22 Fix srcfs after rename of SJS to IOT
PUBLISHED_FROM=cf8cb1dd2319eafdf6b45a1299e4b12d4808a17c
2016-04-26 13:30:00 +01:00