Grasshopper Academy #11
Replies: 4 comments 4 replies
-
I believe I ran Grasshopper Academy without ng serve, probably just ran ng build and deployed to webserver…no ng serve or node.js required for a production server. |
Beta Was this translation helpful? Give feedback.
-
Hi @coderextreme I think, we will be able to learn a lot from Grasshopper Academy. Please feel free to create a developer branch built on freshest master branch. Anyway, I would have a few questions, which might be kind of demotivating you, hope it is OK to ask them:
Good night, again :-) |
Beta Was this translation helpful? Give feedback.
-
I think that Svelte would be a bigger win than angular for speed of
development. I’d like to stay away from React and Next.js.
Would we be using these inside VS Code?
There used to be a report on all licenses in your node_modules folder. Hmm
I don’t know who holds the license to the boilerplate code.
Hmm
…On Mon, Apr 4, 2022 at 6:15 PM Christoph VALENTIN ***@***.***> wrote:
Hi @coderextreme <https://github.com/coderextreme>
Woke up and had an idea about how to answer at this thread.
I think, we will be able to learn a lot from Grasshopper Academy. Please
feel free to create a developer branch built on freshest master branch.
Then create a directory within 3rd-party-input and add the Grasshopper
files and directories. Push the developer branch and let me have a look,
before I merge your developer branch into master.
Anyway, I would have a few questions, which might be kind of demotivating
you, hope it is OK to ask them:
- what would be the advantage for the spark project, if it was using
the Angular software?
- Could we use code snippets from the Grasshopper Academy in the spark
software? Are you the holder of the original copyright? Do we need to
consider someone else's copyrights?
- Could we learn from the Grasshopper Academy software, by having a
look to the codes? (Me personally, I need to learn nearly EVERYTHING about
Web technology, but I am also talking about potential other - younger -
collaborators)
- Please do not forget: the current approach of spark: use plain
WebRTC + plain Node.js (for AJAX and SSE) to implement the ALP. This
approach does not (yet) comprise the Angular software.
Good night, again :-)
Yours Christoph
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFMJ54OMP7IZPGESOAJCGTVDNZXVANCNFSM5SQPOWLQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Also consider looking at call.component.ts in grasshopper/src/apps
…On Mon, Apr 4, 2022 at 6:15 PM Christoph VALENTIN ***@***.***> wrote:
Hi @coderextreme <https://github.com/coderextreme>
Woke up and had an idea about how to answer at this thread.
I think, we will be able to learn a lot from Grasshopper Academy. Please
feel free to create a developer branch built on freshest master branch.
Then create a directory within 3rd-party-input and add the Grasshopper
files and directories. Push the developer branch and let me have a look,
before I merge your developer branch into master.
Anyway, I would have a few questions, which might be kind of demotivating
you, hope it is OK to ask them:
- what would be the advantage for the spark project, if it was using
the Angular software?
- Could we use code snippets from the Grasshopper Academy in the spark
software? Are you the holder of the original copyright? Do we need to
consider someone else's copyrights?
- Could we learn from the Grasshopper Academy software, by having a
look to the codes? (Me personally, I need to learn nearly EVERYTHING about
Web technology, but I am also talking about potential other - younger -
collaborators)
- Please do not forget: the current approach of spark: use plain
WebRTC + plain Node.js (for AJAX and SSE) to implement the ALP. This
approach does not (yet) comprise the Angular software.
Good night, again :-)
Yours Christoph
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFMJ54OMP7IZPGESOAJCGTVDNZXVANCNFSM5SQPOWLQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Grasshopper Academy was a peer-to-peer (maybe one-to-many from teacher to students, then a 1-to-1 from student to teacher) video chat. It was only tested in a peer-to-peer mode. It was built with Angular 2.0.0 alpha, which is no longer available?? I’ve been trying to resurrect it using Angular 13.
Difference between node.js and Angular. Angular still uses package.json so npm, yarn, etc are required. From the Angular app generator, you get a whole website which you customize. Two important commands in Anugular, namely ‘’’ng build’’’ and ‘’’ng serve’’’ the serve command replaces running an express server with node.js. The build command converts TypeScript to JavaScript. Also with node.js one would do rollup, webpack o, or roll your own node.js server.
Beta Was this translation helpful? Give feedback.
All reactions