Skip to content

NodeIO problem of use #1621

Discussion options

You must be logged in to vote

... it will be more correct and better, and besides, my teacher said that any web application should have a server, and even a 3D viewer, as an architectural minimum XD.

That's fine then, let's assume the processing should be server-side for your application.

... I must somehow forward this data to the server based on the received files and blobs ...

I would suggest starting first with just support for self-contained files like .glb, and only later adding support for folders or .zip archives, just to get the basic pipeline working first. Or even simpler, perhaps start by just trying to send a simple typed array — not a JSON array — like new Uint8Array([1, 2, 3, 4]) from the webpage to…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Oleksandr-Fedorov
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Oleksandr-Fedorov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants