Skip to content

Commit ec402d8

Browse files
committed
#359 readme_new: replaced the old readme file
1 parent 0706bdf commit ec402d8

2 files changed

Lines changed: 55 additions & 287 deletions

File tree

README.md

Lines changed: 55 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,27 @@
66
<a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-green.svg" alt="PRs Welcome"></a>
77
</p>
88

9-
# Welcome to neo.mjs! (Beta Version)
10-
This is a new paradigm. If you want to enter a new era of making better Web Based User Interfaces,
11-
the following concepts will be addictive.
9+
# Welcome to neo.mjs!
10+
neo.mjs enables you to create scalable & high performant Apps using more than just one CPU,
11+
without the need to take care of a workers setup or the cross channel communication on your own.
1212

1313
## Content
1414
1. <a href="#sponsors">Sponsors</a>
1515
2. <a href="#blog">Blog</a>
16-
3. <a href="#covid19-app">COVID19 IN NUMBERS Demo App</a>
17-
4. <a href="#what-if-">What if ...</a> (Short overview of the concept & design goals)
18-
5. <a href="#learn-more">Want to learn more?</a>
19-
6. <a href="#impossible">Impossible? Pick with caution!</a>
20-
7. <a href="#online-examples">Online Examples</a>
21-
8. <a href="#online-docs">Online Docs</a>
22-
9. <a href="#get-started">Ready to get started?</a>
23-
10. <a href="#project-history">Project History</a>
24-
11. <a href="#story--vision">Story & Vision</a>
25-
12. <a href="#sponsors1">neo.mjs is in need for more sponsors!</a>
26-
13. <a href="#contributors">neo.mjs is in need for more contributors!</a>
27-
14. <a href="#slack-channel">Slack Channel for questions & feedback</a>
16+
3. <a href="#architectures">Scalable frontend architectures</a>
17+
4. <a href="#covid19-app">COVID19 IN NUMBERS Demo App</a>
18+
5. <a href="#sw-covid19-app">Multi Window COVID19 IN NUMBERS Demo App</a>
19+
6. <a href="#what-if-">What if ...</a> (Short overview of the concept & design goals)
20+
7. <a href="#learn-more">Want to learn more?</a>
21+
8. <a href="#impossible">Impossible? Pick with caution!</a>
22+
9. <a href="#online-examples">Online Examples</a>
23+
10. <a href="#online-docs">Online Docs</a>
24+
11. <a href="#get-started">Ready to get started?</a>
25+
12. <a href="#project-history">Project History</a>
26+
13. <a href="#story--vision">Story & Vision</a>
27+
14. <a href="#contributors">neo.mjs is in need of more contributors!</a>
28+
15. <a href="#sponsors1">neo.mjs is in need of more sponsors!</a>
29+
16. <a href="#slack-channel">Slack Channel for questions & feedback</a>
2830

2931
<!-- Sponsors -->
3032
<h2 id="sponsors">Sponsors</h2>
@@ -53,8 +55,12 @@ the following concepts will be addictive.
5355

5456
All Blog posts are stored here:
5557
<a href="https://github.com/neomjs/neo/projects/14">neo/projects/14</a>.</br>
56-
Latest article:
57-
> neo.mjs v1.2.5 → Support for SharedWorkers including Firefox
58+
The latest article:
59+
> Expanding Single Page Apps into multiple Browser Windows
60+
61+
<!-- Scalable frontend architectures -->
62+
<h2 id="architectures">Scalable frontend architectures</h2>
63+
<img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/workers_setup.png">
5864

5965
<!-- COVID19 IN NUMBERS Demo App -->
6066
<h2 id="covid19-app">COVID19 IN NUMBERS Demo App</h2>
@@ -64,18 +70,33 @@ The most compelling way to introduce a new framework might simply be to show wha
6470
<a href="https://neomjs.github.io/pages/node_modules/neo.mjs/dist/production/apps/covid/index.html#mainview=table">Live Demo: COIN App dist/production</a></br>
6571
Desktop only => support for mobile devices is on the roadmap.
6672

67-
<a href="https://www.youtube.com/watch?v=8lqNVaoGNdU">Demo Video on YouTube</a></br>
68-
Just clicking around randomly, but might give you an idea on you to navigate inside the helix and gallery.
73+
Demo Video on YouTube:</br>
74+
<a href="https://www.youtube.com/watch?v=8lqNVaoGNdU"><img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covid_app_vid.png"></a></br>
6975

7076
You can find the code of the covid app <a href="https://github.com/neomjs/neo/tree/dev/apps/covid">here</a>.
7177

72-
<img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covidDashboard/v2/table.png">
78+
<img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covidDashboard/v3/table.png">
79+
80+
<img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covidDashboard/v3/gallery.png">
81+
82+
<img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covidDashboard/v3/helix.png">
83+
84+
<img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covidDashboard/v3/world.png">
85+
86+
<!-- COVID19 IN NUMBERS Demo App -->
87+
<h2 id="covid19-app">Multi Browser Window COVID19 IN NUMBERS Demo App</h2>
88+
Blog post: <a href="https://medium.com/swlh/expanding-single-page-apps-into-multiple-browser-windows-e6d9bd155d59?source=friends_link&sk=bbfe1dada95c5674669e463f93360822">Expanding Single Page Apps into multiple Browser Windows</a></br>
89+
</br>
90+
<a href="https://neomjs.github.io/pages/node_modules/neo.mjs/apps/sharedcovid/index.html#mainview=table">Live Demo: COIN App (Multi Window)</a></br>
91+
Chrome v83+ only (until adjusting the build processes).</br>
92+
Desktop only.
7393

74-
<img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covidDashboard/v2/gallery.png">
94+
Demo Video on YouTube:</br>
95+
<a href="https://youtu.be/n7m7ZT1kXQk"><img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/expanding_spa_vid.png"></a></br>
7596

76-
<img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covidDashboard/v2/helix.png">
97+
You can find the code of the multi window covid app <a href="https://github.com/neomjs/neo/tree/dev/apps/sharedcovid">here</a>.
7798

78-
<img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covidDashboard/v2/world.png">
99+
<img src="https://raw.githubusercontent.com/neomjs/pages/master/resources/images/covidDashboard/sw_covid.png">
79100

80101
<!-- What If -->
81102
<h2 id="what-if-">Short overview of the concept & design goals</h2>
@@ -196,7 +217,17 @@ the current state is just a fraction of a bigger picture.
196217

197218
Take a look at the <a href=".github/STORY.md">Project Story</a> and <a href=".github/VISION.md">Vision</a>.
198219

199-
<!-- neo.mjs is in need for more sponsors! -->
220+
<!-- neo.mjs is in need of more contributors! -->
221+
<h2 id="contributors">neo.mjs is in need for more contributors!</h2>
222+
223+
Another way to fasten up the neo.mjs development speed is to actively jump in.</br>
224+
As the shiny "PRs welcome" badge suggests: open source is intended to be improved by anyone who is up for the challenge.
225+
226+
You can also write a guide in case you learned something new using neo.mjs or just help to get more eyes on this project.
227+
228+
Either way, here are more infos: <a href="./CONTRIBUTING.md">Contributing</a>
229+
230+
<!-- neo.mjs is in need of more sponsors! -->
200231
<h2 id="sponsors1">neo.mjs is in need for more sponsors!</h2>
201232

202233
Is the current code base useful for you or could it be in the future?</br>
@@ -208,16 +239,6 @@ The benefit of doing so is to get results delivered faster.
208239

209240
Here you go: <a href="./BACKERS.md">Sponsors & Backers</a>
210241

211-
<!-- neo.mjs is in need for more contributors! -->
212-
<h2 id="contributors">neo.mjs is in need for more contributors!</h2>
213-
214-
Another way to fasten up the neo.mjs development speed is to actively jump in.</br>
215-
As the shiny "PRs welcome" badge suggests: open source is intended to be improved by anyone who is up for the challenge.
216-
217-
You can also write a guide in case you learned something new using neo.mjs or just help to get more eyes on this project.
218-
219-
Either way, here are more infos: <a href="./CONTRIBUTING.md">Contributing</a>
220-
221242
<!-- Slack Channel for questions & feedback -->
222243
<h2 id="slack-channel">Slack Channel for questions & feedback</h2>
223244

README_new.md

Lines changed: 0 additions & 253 deletions
This file was deleted.

0 commit comments

Comments
 (0)