How can I implement the pop out functionality of chat windows in GMail?

前端 未结 2 766
陌清茗
陌清茗 2021-02-06 05:18

I\'m not looking for a full implementation, I\'m more interested in how they do it. I know they use GWT, but I\'d like a more low level answer. Naively, I would start by think

2条回答
  •  一整个雨季
    2021-02-06 05:51

    I would say the easiest way would be to have the data stored on the server (which you probably do already), then just have the new window retrieve that data.

    Of course that wouldn't persist things like contents of a text-box the user has input, so depending on what the window is for, it may be impractical.. but it's always best to start trying the simplest option!

提交回复
热议问题