Nodejs and socket.io, is it pure javascript?

前端 未结 2 1089
天涯浪人
天涯浪人 2020-12-15 01:40

I\'m starting to use nodejs and socket.io...

Is it pure javascript or do i have to learn a framework like JQuery or MOntools ?

Thank you!

2条回答
  •  自闭症患者
    2020-12-15 02:05

    jQuery, MooTools and Node.js are all "pure" Javascript if that's what you're asking. However, all of them are also libraries, and you will indeed have to learn their API.

    You can find documentation for Node.js here.

提交回复
热议问题