How to send an object from one page to another without nodejs

Asked

Viewed 36 times

1

My question is the following know that there is the nodejs to make the connection from Servers to customers.

How can I get from one page to send a json type object to another.

It would be something Emit client to client

I solved with peerjs

I’ll leave the site to whoever needs it http://peerjs.com

  • Can you give an example? The pages would be between different users or you want to pass the object browsing the site?

  • The idea is that a page can be the server that queries db when it has something new it sends to a second page that is the client, I said client to client, because if someone has a solution I can implement for what I need.

  • Rafael Antunes, you can use Ajax for this.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.